Laminas Framework API Reference
Home
GitHub
All Components
→
laminas/laminas-mvc
→
Class ResponseSenderInterface
Interface ResponseSenderInterface
Summary
Fully Qualified Name:
Laminas\Mvc\ResponseSender\ResponseSenderInterface
Description
Methods
Name
Description
Defined By
__invoke()
Send the response
ResponseSenderInterface
Method Details
__invoke()
Send the response
Parameter Name
Type
Description
$event
\SendResponseEvent
Returns: void
Top